-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improved mecanum wheel model #9
base: melodic-devel
Are you sure you want to change the base?
Conversation
VladimirIvan
commented
Jul 8, 2020
•
edited
Loading
edited
- Changed to use a passive rolling ball as a model instead of modifying the friction
- Removed the following parameters: fixedLinkName, rollerAngle, rollerFriction, rollerSkidFriction
- Added axis parameter
- Removed dependency on ODE
- Updated for compatibility with Gazebo 9
- Added readme
- Updated changelog
- Did not change version number
- Only supported for ODE and Dart
If you're still working on this PR can you please mark it as WIP? |
Hi @civerachb-cpr, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert the change to the package maintainer.
Everything else looks generally OK, but I'll need to run some tests before I can approve the PR.